Troy’s Button

Please upgrade your browser to something new like Google Chrome. //Made with ProcessingLyon Tumblrify: //http://p5lyon.tumblr.com/ProcessingJSTumblr //English Version: //http://p5lyon.tumblr.com/ProcessingJSTumblrEn int buttonWidth = 120; int buttonHeight = 50; int buttonX = 130; int buttonY = 170; int buttonWasPressed = 0; void setup() { size (400, 400); background (255,100,50); } void draw() { rect (buttonX, buttonY, buttonWidth, buttonHeight); … Continue reading Troy’s Button